Skip to content

registry: board.* descriptions say which tab each key governs - #112

Merged
m4ttheweric merged 1 commit into
mainfrom
board-tab-descriptions
Aug 26, 2026
Merged

registry: board.* descriptions say which tab each key governs#112
m4ttheweric merged 1 commit into
mainfrom
board-tab-descriptions

Conversation

@m4ttheweric

@m4ttheweric m4ttheweric commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Board setting descriptions catch up with tabs

The board grew tabs (m4ttstack/board#3) and a settings-modal editor for them (m4ttstack/board#5), but five board.* rows still described a one-tab board. Registry text only; no shape or scope changes.

What changed

packages/rt-client/src/settings/registry-defs.ts

  • board.members, board.hiddenMembers: named as the authors tab's roster; codeowners tabs list MRs from anyone
  • board.ticketPrefixes: says it filters the authors tab and that codeowners rows pass regardless of prefix
  • board.slack: channel is the default a tab's slackChannel overrides per MR
  • board.tabs: mentions the settings-modal editor and that codeowners tabs take any author

Follow-up

  • Ships to the board with the next rt-client publish; the board reads descriptions from allDefs() at runtime

Checklist

  • Anything that should be behind a feature flag is behind a feature flag
    • N/A. Description strings only
  • Appropriate tests have been created or updated
    • None pin these strings; rt-client settings suite 175/175 green, repo-purity ok

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Clarified descriptions for board settings covering authors tabs, ticket-prefix filtering, Slack channel overrides, codeowners tabs, and hidden-member overlays.

board.members, board.hiddenMembers, and board.ticketPrefixes are authors
tab concepts; board.slack.channel is the default a tab's slackChannel
overrides; board.tabs is now editable from the board's settings modal.
The old text described a one-tab board.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 26, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0aa7f637-d7ab-46a2-99ca-021872a253cc

📥 Commits

Reviewing files that changed from the base of the PR and between 0e0a4fe and fbb7a74.

📒 Files selected for processing (1)
  • packages/rt-client/src/settings/registry-defs.ts

Included review availability: 0 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 5 reviews per hour.


📝 Walkthrough

Walkthrough

The change updates board setting descriptions. It clarifies authors-tab rosters and filters, codeowners-tab inclusion rules, Slack channel overrides, and hidden-member overlays. Registry structure and setting signatures remain unchanged.

Changes

Board settings

Layer / File(s) Summary
Clarify board setting behavior
packages/rt-client/src/settings/registry-defs.ts
The descriptions now distinguish authors-tab behavior from codeowners-tab behavior. They document ticket-prefix filtering, Slack channel overrides, codeowners inclusion rules, and hidden-member overlays.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to fbb7a

This PR only updates board setting descriptions to reflect the available tabs and their behavior; no actionable merge-blocking risk remains after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: updating board.* descriptions to identify the tab governed by each setting.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch board-tab-descriptions

Comment @coderabbitai help to get the list of available commands.

@m4ttheweric
m4ttheweric merged commit 0aaba7c into main Aug 26, 2026
1 of 3 checks passed
@m4ttheweric
m4ttheweric deleted the board-tab-descriptions branch August 26, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant